array empty check in php

38

if (empty($array)) {
     // list is empty.
}

Comments

Submit
0 Comments